| Server IP : 198.38.84.71 / Your IP : 216.73.217.138 Web Server : Apache System : Linux 198-38-84-71.cprapid.com 5.14.0-611.54.3.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 7 16:31:24 EDT 2026 x86_64 User : vyaparmandaljobn ( 1020) PHP Version : 8.3.31 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/vyaparmandaljobn/public_html/wp-content/themes/essentials/inc/ |
Upload File : |
<?php
/**
* Main media sizes
*/
if ( ! function_exists( 'pix_add_image_sizes' ) ) {
function pix_add_image_sizes() {
add_image_size( 'pix-blog-small', 622, 400, true );
add_image_size( 'pix-portfolio-small', 600, 450, true );
add_image_size( 'pix-big', 600, 450, true );
add_image_size( 'pix-square-sm', 400, 400, true );
add_image_size( 'pix-woocommerce-xs', 75, 75, true );
add_image_size( 'pix-woocommerce-md', 460, 460, true );
add_image_size( 'pix-xxl', 1920, 1080, true );
}
}
add_action( 'after_setup_theme', 'pix_add_image_sizes' );
add_action( 'after_switch_theme', 'pix_add_image_sizes' );
?>